home *** CD-ROM | disk | FTP | other *** search
- StructureEditor = {
- ACTIONS = {
- loadEditor:;
- displayWindow:;
- loadFieldDescriptorList:;
- clear:;
- runCalculatedEditor:;
- runListView:;
- ok:;
- showEditor:;
- removeField:;
- revert:;
- renameField:;
- addField:;
- };
- OUTLETS = {
- booleanEditor;
- removeRenameAddMatrix;
- listScrollView;
- calculatedEditor;
- nilView;
- nameField;
- listView;
- fieldList;
- window;
- listMatrix;
- installView;
- generalEditor;
- fieldTypeMatrix;
- okRevertMatrix;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SDListView = {
- ACTIONS = {
- revert:;
- loadCurrentField:;
- addEntry:;
- importList:;
- removeEntry:;
- setAlphabetize:;
- ok:;
- renameEntry:;
- };
- OUTLETS = {
- importButton;
- buttonMatrix;
- titleField;
- fixedListSwitch;
- scrollView;
- okRevertMatrix;
- alphabetizeSwitch;
- currSelectionField;
- };
- SUPERCLASS = Matrix;
- };
-